home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Reverse Code Engineering RCE CD +sandman 2000
/
ReverseCodeEngineeringRceCdsandman2000.iso
/
RCE
/
Library
/
+ORC
/
Orc pac 5
/
FILEZ.ZIP
/
SKY.ZIP
/
REACH.ZIP
/
TIDY_UPP.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-09-25
|
384b
|
13 lines
ECHO REMOVING REACH for the SKIES PHOTO FILES
ECHO ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IF NOT EXIST ph*.seq echo NO FILES TO DELETE
IF NOT EXIST ph*.seq goto STOPNOW
dir ph*.seq /w
ECHO These are the files which are about to be deleted.
ECHO If you are not willing to continue then press control and C together.
PAUSE
del ph*.seq
ECHO Operation complete...
:STOPNOW